Purpose |
Earlier the whole items in the SO were rejected if once a delivery is created for any item and the remaining total order qty is less than 6 for the SO with ZI rejection reason.This logic is updated to check the remaining order qty for each item but not at header level and rejects only that particular item with ZI rejection reason if the qty is less than 6. |
Requested By |
Daniel Brennan |
Spec Created By |
Deepak Yasam |
Spec Created Date |
06/07/2013 |
Spec QA by |
Deepak Yasam |
Objects |
ZSD_SMALLORD_REJ |
Document Status |
Completed |
Test Scenario |
Expected Results |
1.Create SO with 3 items with Qty 10 for each material Item 10 with 0110 plant Item 20 with 0116 plant Item 30 with 0116 plant 2.Delivery is created for item 10 of 5 qty and execute the program. 3.Delivery is created for item 20 and 30 of 3 qty each and execute the program. 4.Delivery is created for item 20 of 2 qty and execute the program. 5.Delivery is created for item 30 of 2 qty and execute the program. |
2.The remaining order qty 5 for item 10 is rejected with ZI rejection as the qty is< 6 3.No rejection would be applied for item 20 and 30 as the remaining order qty for each item is 7 ie ., > 6. 4.The remaining order qty 5 for item 20 is rejected with ZI rejection as the qty is< 6 5.The remaining order qty 5 for item 20 is rejected with ZI rejection as the qty is< 6 |
1.Create SO with 2 items with Qty 10 for each materia Item 10 with 0110 plant Item 20 with 0116 plant 2.Delivery is created for item 10 of 5 qty and execute the program. 3.Delivery is created for item 20 of 3 qty and execute the program. 4.Delivery is created for item 20 of 2 qty and execute the program. |
2.The remaining order qty 5 for item 10 is rejected with ZI rejection as the qty is< 6 3.No rejection would be applied for item 20 as the remaining order qty for each item is 7 ie ., > 6. 4.The remaining order qty 5 for item 20 is rejected with ZI rejection as the qty is< 6 |
1.Create SO with 2 items with Qty 5 for each material Item 10 with 0110 plant Item 20 with 0116 plant 2.Delivery is created for item 10 of 5 qty and execute the program. |
2.No rejection would be applied for item 20 though the order qty is 5 ie <6 |